Contribution org.nuxeo.ecm.platform.routing.dashboard.actions--actions
In component org.nuxeo.ecm.platform.routing.dashboard.actions
org.nuxeo.ecm.platform.routing.dashboard.actions
inside nuxeo-platform-document-routing-dashboard-5.8.jar
This contribution is part of XML component Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<action enabled="false" id="workflow_dashboard" label="label.main.tab.workflow" link="view_workflow" order="30">
<category>MAIN_TABS</category>
</action>
<action enabled="false" id="routing_tasks" label="action.view.workflow.tasks" link="/incl/tabs/workflow_dashboard_tab.xhtml" order="10">
<category>WORKFLOW_DASHBOARD</category>
</action>
<!--since 5.7.3 -->
<action icon="/icons/workflow_definition.png" id="WorkflowHome" label="tab.admin.workflow" link="view_home_task.xhtml" order="20">
<properties>
<property name="alwaysDisplaySubTabs">false</property>
</properties>
<category>USER_CENTER</category>
<filter-id>not_anonymous</filter-id>
</action>
<!--since 5.7.3 -->
<action id="UsersTasks" label="title.dashboard.userTasks" link="/incl/home/user_open_tasks.xhtml" order="40">
<category>WorkflowHome_sub_tab</category>
<filter-id>not_readonly</filter-id>
</action>
<action id="go_back_to_tasks_view" label="command.back" link="#{routingTaskActions.navigateToTasksView()}" order="10">
<category>TASK_ADDITIONAL_ACTIONS</category>
</action>
</extension>